Remarks{}CommandName{getPoint}HelpPath{Special}ReturnValue{color point=}OpenBrace{(}Parameters{handle gadget, int x, int y}CloseBrace{) }Description{Retrives the colour of a pixel in a canvas gadget.}ReturnDescription{The colour of the specified pixel.  You can use this with other DBPro colour commands.}Param1{gadget}Param1Desc{Handle of a canvas gadget}Param2{x}Param2Desc{X co-ordinate of the pixel, starting from 0 at the left-edge of the gadget.}Param3{y}Param3Desc{Y co-ordinate of the pixel, starting at 0 on the top edge of the gadget.}